home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / pdm_106.zip / PDMDEMO2.PDM < prev    next >
Text File  |  1991-06-08  |  3KB  |  81 lines

  1. * PMDDEMO2.PDM
  2. * - # = headers to identify sections to the parser function
  3. * - if line is blank, or starts with '*'(or, '&&'), skip it
  4. * - use double quotes only ie. "text" ( a ' is simply text )
  5.  
  6. #DIMARR                         && dim# elements: top menu,total vert elements
  7. 5,14                            && ...must count line dividers as elements
  8.  
  9. #HORIZMENU
  10. *┌trigger letter
  11. *│  ┌letter position in text string
  12. *│  │ ┌hotkey
  13. *│  │ │   ┌menu option text
  14. *│  │ │   │
  15. "F",2,289," File "
  16. "E",2,274," Edit "
  17. "S",2,287," System "
  18. "H",2,291," Help "
  19. "Q",2,272," Quit "
  20.  
  21. #MENUCOL                        && column of 1st top menu option
  22. 1
  23.  
  24. #VERTMENU
  25. *┌trigger letter
  26. *│  ┌letter position in text string
  27. *│  │  ┌selectable
  28. *│  │  │  ┌menu option text
  29. *│  │  │  │
  30. "R",2,.T.," Roll Summary File "
  31. "D",2,.T.," Defect Master File "
  32. "S",2,.T.," Style Master File "
  33. "C",2,.F.," Control File "
  34. -
  35. "P",2,.T.," Parameters File "
  36. @                               && @ = level break of vertical menu element
  37. "T",2,.T.," Time & Date "
  38. "E",2,.T.," Environment "
  39. @
  40. "M",2,.T.," Monitor Type "
  41. "K",2,.T.," Keyboard Type "
  42. @
  43. "M",2,.T.," Message Queue "
  44. "H",2,.T.," Help Text "
  45. "K",2,.T.," Key assignments "
  46. @
  47. "E",2,.T.," Exit Program "
  48.  
  49. #HELPTEXT
  50. "View the Roll Summary File"
  51. "View the Defect Master File"
  52. "View the Style Master File"
  53. "View the System Control File (SysOp Security required)"
  54. "View Parameters File"
  55.  
  56. "Update the System Time & Date"
  57. "Modify System Environment variables"
  58.  
  59. "Specify Color of Monochrome Monitor Type"
  60. "Specify Keyboard Type"
  61.  
  62. "Display System Message Log"
  63. "Display Indexed Help Text"
  64. "View Key assignments"
  65.  
  66. "Exit to DOS command prompt"
  67.  
  68. #COLORS                         && PDM color strings for SET COLOR TO
  69. "B/W"                                   && [ 1] hcolor when not selected
  70. "B+/W"                                  && [ 2] hcolor for unselected trigger
  71. "W+/R"                                  && [ 3] hcolor for selected option
  72. "W+/R"                                  && [ 4] hcolor for selected trigger
  73. "W+/B"                                  && [ 5] vcolor for box
  74. "W/B"                                   && [ 6] vcolor when not selected
  75. "W+/B"                                  && [ 7] vcolor for unselected trigger
  76. "R/W"                                   && [ 8] vcolor for selected option
  77. "R/W"                                   && [ 9] vcolor for selected trigger
  78. "R/B"                                   && [10] vcolor for inactive option
  79. "N/W"                                   && [11] vcolor for message row
  80. *<eof>
  81.